home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMEDITOPERATOR / TFRMEDITOPERATOR.txt
Text File  |  2006-04-19  |  2KB  |  131 lines

  1. object frmEditOperator: TfrmEditOperator
  2.   Left = 263
  3.   Top = 188
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add new operator'
  6.   ClientHeight = 242
  7.   ClientWidth = 421
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lblLanguage: TLabel
  18.     Left = 265
  19.     Top = 10
  20.     Width = 53
  21.     Height = 13
  22.     Caption = '&Reference:'
  23.     FocusControl = cboxLanguage
  24.   end
  25.   object Label1: TLabel
  26.     Left = 10
  27.     Top = 55
  28.     Width = 56
  29.     Height = 13
  30.     Caption = '&Description:'
  31.     FocusControl = editDescr
  32.   end
  33.   object lblName: TLabel
  34.     Left = 10
  35.     Top = 10
  36.     Width = 31
  37.     Height = 13
  38.     Caption = '&Name:'
  39.     FocusControl = editName
  40.   end
  41.   object lblTemplate: TLabel
  42.     Left = 10
  43.     Top = 110
  44.     Width = 47
  45.     Height = 13
  46.     Caption = '&Template:'
  47.     FocusControl = editTemplate
  48.   end
  49.   object Bevel1: TBevel
  50.     Left = 10
  51.     Top = 100
  52.     Width = 401
  53.     Height = 6
  54.     Shape = bsTopLine
  55.   end
  56.   object lblFolder: TLabel
  57.     Left = 10
  58.     Top = 155
  59.     Width = 32
  60.     Height = 13
  61.     Caption = '&Folder:'
  62.   end
  63.   object cboxLanguage: TComboBox
  64.     Left = 265
  65.     Top = 25
  66.     Width = 145
  67.     Height = 21
  68.     Style = csDropDownList
  69.     ItemHeight = 13
  70.     TabOrder = 1
  71.     OnChange = cboxLanguageChange
  72.     Items.Strings = (
  73.       'ASP'
  74.       'JavaScript'
  75.       'PHP')
  76.   end
  77.   object editDescr: TEdit
  78.     Left = 10
  79.     Top = 70
  80.     Width = 401
  81.     Height = 21
  82.     TabOrder = 2
  83.   end
  84.   object editName: TEdit
  85.     Left = 10
  86.     Top = 25
  87.     Width = 241
  88.     Height = 21
  89.     TabOrder = 0
  90.     OnChange = editNameChange
  91.   end
  92.   object editTemplate: TEdit
  93.     Left = 10
  94.     Top = 125
  95.     Width = 401
  96.     Height = 21
  97.     TabOrder = 3
  98.     OnChange = editNameChange
  99.   end
  100.   object cboxFolder: TComboBox
  101.     Left = 10
  102.     Top = 170
  103.     Width = 401
  104.     Height = 21
  105.     ItemHeight = 13
  106.     TabOrder = 4
  107.     OnChange = editNameChange
  108.   end
  109.   object btnOk: TButton
  110.     Left = 130
  111.     Top = 205
  112.     Width = 75
  113.     Height = 25
  114.     Caption = 'Ok'
  115.     Default = True
  116.     Enabled = False
  117.     ModalResult = 1
  118.     TabOrder = 5
  119.   end
  120.   object btnCancel: TButton
  121.     Left = 215
  122.     Top = 205
  123.     Width = 75
  124.     Height = 25
  125.     Cancel = True
  126.     Caption = 'Cancel'
  127.     ModalResult = 2
  128.     TabOrder = 6
  129.   end
  130. end
  131.